home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 76 / MF_UK_76_1.iso / Education Feature / MicroWorlds 2.03 Try Me / MicroWorlds 2.03 Try Me.rsrc / TEXT_732_stopme.txt < prev    next >
Encoding:
Text File  |  1998-05-08  |  330 b   |  11 lines

  1. stopme 
  2.  
  3. Stops the process in which this command was run. Stopme  cannot be used to stop a turtle inside a color instruction. In this case, use clickoff  instead. See stop and stopall.
  4.  
  5. Example: 
  6.  
  7. The action will stop when turtle 1 will be more than 100 steps away from turtle 2.
  8.  
  9. forever [fd 1 if (distance "t2) > 100 [stopme]]
  10.  
  11.